home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / utilities / bin.lzh / bin / makefile < prev   
Encoding:
Makefile  |  1992-01-18  |  243 b   |  14 lines

  1. #
  2. # makefile for bin
  3. #
  4. # Bruno Costa - 9 Dec 89 - 9 Dec 89
  5. #
  6.  
  7. .c.o:
  8.     LC:lc -cus -d2 $*
  9.  
  10. bin: bin.o
  11.     LC:blink   from LIB:c.o bin.o   to bin \
  12.  DEFINE __main=__tinymain   DEFINE _exit=__exit \
  13.  batch smallcode smalldata nodebug   LIB LIB:lc.lib
  14.